type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToUint

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L264: 			return scanPlanTextAnyToUint{}
		int.go#L827: 			return scanPlanTextAnyToUint{}
		int.go#L1401: 			return scanPlanTextAnyToUint{}
		int.go#L1946: type scanPlanTextAnyToUint struct{}
		int.go#L1948: func (scanPlanTextAnyToUint) Scan(src []byte, dst any) error {